html/template.Template.new (method)

3 uses

	html/template (current package)
		template.go#L205: 			tmpl = t.new(name)
		template.go#L307: 	return t.new(name)
		template.go#L311: func (t *Template) new(name string) *Template {